func math.cosh

2 uses

	math (current package)
		sinh.go#L83: 	return cosh(x)
		sinh.go#L86: func cosh(x float64) float64 {